home *** CD-ROM | disk | FTP | other *** search
- Path: sun.rhbnc.ac.uk!news
- From: Jim Hu <jim@gl.rhbnc.ac.uk>
- Newsgroups: comp.lang.c,comp.lang.c++
- Subject: [Q] Any utility to attack misuse of comment /* */
- Date: 17 Apr 1996 15:24:12 GMT
- Organization: Royal Holloway, Univ of London
- Message-ID: <4l32et$bhm@sun.rhbnc.ac.uk>
- NNTP-Posting-Host: glsun2.gl.rhbnc.ac.uk
- Mime-Version: 1.0
- Content-Type: text/plain; charset=us-ascii
- Content-Transfer-Encoding: 7bit
- X-Mailer: Mozilla 1.1N (X11; I; SunOS 4.1.3 sun4m)
- X-URL: news:comp.lang.c
-
- Ho, there,
-
- I found out gcc and C provided by SGI for irix fail
- to find out bug like this
-
- /*
- statements;
-
- /*
- comments
- */
-
- other_statements;
-
-
- As you can, */ is missed out in the first case, the compilers
- failed to find out this obvious error. Is there any free utility to
- attack this bug. This bug can easily appear when you comment/uncomment
- frequently.
-
- Please help via email or send me a copy if reply here.
-
-
- Jim
-
-
- My question is, is there any free utility available to attack
-
-